﻿* {
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
/*******************************
	-------[=首页]-------
********************************/
/*首页公用*/
.g-tit01{
	overflow: hidden;
	margin-bottom: 20px;
}
.g-tit01 h3{
	float: left;
	font-size: 24px;
	color: #0d62be;
}
.g-tit01 .more{
	float: right;
}
.g-tit01 .more a{
	display: block;
	float: left;
}
.g-tit01 .more a.txt{
	font-size: 18px;
	font-weight: 600;
	color: #0d62be;
	height: 30px;
	line-height: 30px;
	margin-right: 8px;
}
.g-tit01 .more a.jia{
	position: relative;
	width: 30px;
	height: 30px;
	line-height: 22px;
	text-align: center;
	border: 2px solid #0d62be;
	font-size: 26px;
	font-weight: 600;
}
.g-tit01 .more a.jia span{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	color: #0d62be;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}
.g-tit01 .more a.jia:hover span{
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	background-color: #0d62be;
	color: #fff;
}
/*头部*/
.yunu-header{
}
.hd-top{
	overflow: hidden;
	background-color: #f1efef;
	font-size: 12px;
	color: #8d8d8d;
}
.hd-top p{
	float: left;
	height: 36px;
	line-height: 36px;
}
.hd-link{
	float: right;
}
.hd-link li{
	float: left;
}
.hd-link li a{
	position: relative;
	color: #8d8d8d;
	padding: 0 4px;
	height: 36px;
	line-height: 36px;
}
.hd-link li:first-child a:after{
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -4px;
	right: 0;
	width: 1px;
	height: 9px;
	background-color: #8d8d8d;
}
.hd-bottom{
	overflow: hidden;
}
.hd-bottom .logo{
	float: left;
	height: 130px;
	line-height: 130px;
}
.hd-bottom .logo img{
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}
.hd-bottom .txt{
	position: relative;
	float: left;
	padding: 20px 30px;
	margin-top: 20px;
}
.hd-bottom .txt:after{
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -34px;
	left: 0;
	background-color: #e1e1e1;
	width: 1px;
	height: 68px;
}
.hd-bottom .txt h3{
	font-size: 24px;
	color: #363535;
}
.hd-bottom .txt h3 span{
	color: #f0831e;
}
.hd-bottom .txt p{
	text-align: center;
	font-size: 14px;
	color: #414141;
}
.hd-bottom .tel{
	float: right;
	margin-top: 39px;
}
.hd-bottom .tel h3{
	overflow: hidden;
}
.hd-bottom .tel h3 span{
	float: right;
	padding-left: 30px;
	font-size: 16px;
	color: #6c6666;
	background: url(../images/icon1.png) left center no-repeat;
	-o-background-size: 24px auto;
	-ms-background-size: 24px auto;
	-moz-background-size: 24px auto;
	-webkit-background-size: 24px auto;
	background-size: 24px auto;
}
.hd-bottom .tel strong{
	font-size: 24px;
	color: #ff8e00;
	display: block;
}
.hdr{
	float: right;
}

.menuBtn{
	display: none;
	position: relative;
	float: right;
	margin-top: 5px;
	width: 40px;
	height: 40px;
	padding: 5px;
	cursor: pointer;
}
.menuBtn b{
	display: block;
	width: 100%;
	height: 2px;
	border-radius: 2px;
	background-color: #0d62be;
	margin: 5px 0 7px;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}
.menuBtn.open b{
	position: absolute;
	left: 5px;
	top: 35%;
	display: none;
	width: 30px;
}
.menuBtn.open b:first-child{
	display: block;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}
.menuBtn.open b:last-child{
	display: block;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}
.yunu-nav{
	background-color: #0d62be;
	*zoom:1;
}
.yunu-nav:after,.yunu-nav:before{display:block; content:"clear"; height:0; clear:both; overflow:hidden; visibility:hidden; }
.yunu-nav li{
	position: relative;
	float: left;
	width: 12.5%;
}
.yunu-nav  li > a{
	display: block;
	font-size: 15px;
	text-align: center;
	height: 54px;
	line-height: 54px;
	color: #fff;
	transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
}
.yunu-nav li.on > a,
.yunu-nav li > a:hover{
	background-color: #326ec0;
}
.yunu-nav li dl{
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background-color: #326ec0;
	z-index: 999;
}
.yunu-nav li:hover dl{
	display: block;
}
.yunu-nav li dl dd a{
	color: #fff;
	display: block;
	font-size: 15px;
	text-align: center;
	height: 38px;
	line-height: 38px;
	transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
}
.yunu-nav li dl dd a:hover{
	background-color: #204e8d;
}
/*banner*/
.banner .item .con{
	padding-top: 28%;
	background-repeat: no-repeat;
	background-position: center center;
	-o-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	cursor: pointer;
}
.banner .slick-arrow{
    position: absolute;
    top: 50%;
    margin-top: -27px;
    overflow: hidden;
    cursor: pointer;
    width: 55px;
    height: 55px;
    font-size: 0;
    line-height: 0;
    z-index: 9;
    background-repeat: no-repeat;
	-o-background-size: auto 55px;
	-ms-background-size: auto 55px;
	-moz-background-size: auto 55px;
	-webkit-background-size: auto 55px;
	background-size: auto 55px;
	background-color: transparent;
    border: 0;
    outline: 0;
    padding: 0;
    opacity: .4;
}
.banner .slick-arrow:hover{
	opacity: .8;
}
.banner .slick-prev{
	left: 3%;
	background-image: url(../images/arrow.png);
	background-position: left center;
}
.banner .slick-next{
	right: 3%;
	background-image: url(../images/arrow.png);
	background-position: right center;
}
.banner .slick-dots{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	z-index: 99;
	font-size: 0;
	background-color: rgba(0,0,0,.6);
}
.banner .slick-dots li{
	display: inline-block;
	margin: 0 5px;
	height: 30px;
	line-height: 30px;
}
.banner .slick-dots button{
	background-color: transparent;
	cursor: pointer;
	border: 0;
	width: 8px;
	height: 8px;
	outline: 0;
	font-size: 0;
	padding: 0;
	background-image: url(../images/ban-dian.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.banner .slick-dots li.slick-active button{
	background-position: left center;
}
/*搜索*/
.row-a1{
	background-color: #f3f3f3;
	padding: 20px 0;
}
.m-link01{
	overflow: hidden;
}
.m-link01 h3{
	font-size: 18px;
	font-weight: 400;
	color: #000;
	text-align: center;
	margin-bottom: 10px;
}
.m-link01 ul{
	text-align: center;
	font-size: 0;
	margin-bottom: 20px;
}
.m-link01 li{
	display: inline-block;
}
.m-link01 li a{
	display: block;
	font-size: 14px;
	color: #3a3a3a;
	margin: 0 6px;
}
.m-link01 li a:hover{
	text-decoration: underline;
}
.m-so01{
	text-align: center;
	font-size: 0; position: relative;
}
.m-so01 .pic{
	display: inline-block;
	width: 55px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	vertical-align: top;
}
.m-so01 .pic img{
	display: inline-block;
	vertical-align: middle;
	max-width: 26px;
	max-height: 26px;
}
.m-so01 .inp{
	display: inline-block;
	width: 385px;
	height: 45px;
	border: 0;
	padding: 0 12px;
	border: 1px solid #eee;
	webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.m-so01 .inp::-webkit-input-placeholder{color:#999;font-size: 14px;}
.m-so01 .inp::-moz-placeholder{color:#999;font-size: 14px;}
.m-so01 .inp::-ms-input-placeholder{color:#999;font-size: 14px;}
.m-so01 .inp:focus{
  	outline: 0;
  	-webkit-box-shadow: inset 0 1px 1px rgba(13,98,190,.075), 0 0 8px rgba(13,98,190,.6);
   	box-shadow: inset 0 1px 1px rgba(13,98,190,.075), 0 0 8px rgba(13,98,190,.6);
}
.m-so01 .sub{
	width: 110px;
	height: 45px;
	line-height: 45px;
	background-color: #0d62be;
	color: #fff;
	font-size: 14px;
	text-align: center;
	border: 0;
	cursor: pointer;
}.m-so01 .tips {
    width: 148px;
    height: 42px;
    line-height: 42px;
    border: #858585 1px solid;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    position: absolute;
    left: 50%;
    margin-left: -74px;
    top: 116%;
    padding: 0 15px 0 40px;
    background: url(../images/tips.jpg) 8px center no-repeat #fff;
    display: none;
    font-size: 14px;
}
.m-so01 .tips::before {
    content: "";
    width: 12px;
    height: 12px;
    border-top: #bababa 1px solid;
    border-left: #bababa 1px solid;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    position: absolute;
    left: 10px;
    top: -7px;
    background: #fff;
}
.m-so01 .tips.on {
    display: block;
}
/*产品*/
.row-a2{
	overflow: hidden;
	padding: 30px 0;
	overflow: hidden;
}
.row-a2 .col-l{
	width: 240px;
}
.row-a2 .col-r{
	margin-left: 260px;
	float: none;
}
.snv-index{
	position: relative;
}
.snv-index h3{
	font-size: 30px;
	height: 84px;
	line-height: 84px;
	text-align: center;
	background: url(../images/bj1.jpg) no-repeat;
	color: #fff;
}
.snv-index ul{
	background-color: #f3f3f3;
	padding: 10px 15px;
}
.snv-index ul li{
	margin-bottom: 10px;
	background-color: #fff;
}
.snv-index ul li > a{
	display: block;
	padding: 0 18px;
	height: 40px;
	line-height: 40px;
	color: #000;
	font-size: 15px;
}
.snv-index ul li > a:hover{
	color: #fff;
	background-color: #0d62be;
}
.snv-index ul li > a > span{
	display: block;
	background: url(../images/icon3.png) right center no-repeat;
	-o-background-size: 17px auto;
	-ms-background-size: 17px auto;
	-moz-background-size: 17px auto;
	-webkit-background-size: 17px auto;
	background-size: 17px auto;
}

.m-sub01{
	display: none;
	border-top: 1px solid #eee;
}
.m-sub01 dd a{
	display: block;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	padding: 0 50px;
	border-bottom: 1px solid #eee;
}
.m-sub01 dd a:hover{
	color: #0d62be;
}
.m-tel01{
	background-color: #0d62be;
	padding: 15px;
	color: #fff;
}
.m-tel01 p{
	background-color: #f0831e;
	padding: 0 44px;
	font-size: 16px;
	height: 28px;
	line-height: 28px;
}
.m-tel01 p span{
	padding-left: 26px;
	background: url(../images/icon2.png) left center no-repeat;
	-o-background-size: 16px auto;
	-ms-background-size: 16px auto;
	-moz-background-size: 16px auto;
	-webkit-background-size: 16px auto;
	background-size: 16px auto;
}
.m-tel01 strong{
	display: block;
	margin: 6px 0;
	text-align: center;
	font-size: 24px;
}
.ul-imgtxt01{
	overflow: hidden;
	margin: 0 -9px;
}
.ul-imgtxt01 li{
	float: left;
	width: 33.33%;
	padding: 0 9px;
	margin-bottom: 18px;
}
.ul-imgtxt01 li .pic{
	overflow: hidden;
	position: relative;
	height: 0;
	padding-top: 68%;
	border: 1px solid #ebeaea;
}
.ul-imgtxt01 li .pic img{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
}
.ul-imgtxt01 li .pic .bj{
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5);
	transition: .8s;
	-ms-transition: .8s;
	-moz-transition: .8s;
	-webkit-transition: .8s;
	-o-transition: .8s;
}
.ul-imgtxt01 li:hover .pic .bj{
	top: 0;
}
.ul-imgtxt01 li .pic .more{
	position: absolute;
	top: 50%;
	margin-top: -16px;
	right: 100%;
	display: block;
	width: 100%;
	height: 32px;
	line-height: 32px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	transition: .8s;
	-ms-transition: .8s;
	-moz-transition: .8s;
	-webkit-transition: .8s;
	-o-transition: .8s;
}
.ul-imgtxt01 li:hover .pic .more{
	right: 0;
}
.ul-imgtxt01 li h3 a{
	display: block;
	font-weight: 400;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #000;
	font-size: 15px;
	background-color: #f3f3f3;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.ul-imgtxt01 li h3 a:hover{
	color: #0d62be;
}
/*咨询*/
.row-a3{
	background-color: #0d62be;
}
.ul-pic01{
	overflow: hidden;
	padding: 14px 0;
}
.ul-pic01 li{
	float: left;
	text-align: center;
	height: 137px;
	line-height: 137px;
}
.ul-pic01 li.li1{
	width: 33%;
}
.ul-pic01 li.li2{
	width: 42%;
}
.ul-pic01 li.li3{
	width: 25%;
}
.ul-pic01 li img{
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}
/*优势*/
.ul-imgtxt02{
	overflow: hidden;
	padding: 40px 0;
}
.ul-imgtxt02 li{
	overflow: hidden;
	margin-bottom: 10px;
}
.ul-imgtxt02 li:nth-child(2n) .pic{
	float: left;
}
.ul-imgtxt02 li:nth-child(2n) .box{
	float: right;
}
.ul-imgtxt02 li:nth-child(2n+1) .pic{
	float: right;
}
.ul-imgtxt02 li:nth-child(2n+1) .box{
	float: left;
}
.ul-imgtxt02 li .pic{
	width: 588px;
	height: 382px;
}
.ul-imgtxt02 li .pic img{
	display: block;
	width: 100%;
	height: 100%;
}
.ul-imgtxt02 li .num{
	margin-top: 5px;
	float: left;
	width: 58px;
	height: 58px;
	line-height: 58px;
	text-align: center;
	font-weight: 600;
	background: url(../images/bj2.png) center center no-repeat;
	color: #fff;
	font-size: 36px;

}
.ul-imgtxt02 li .box .con{
	padding: 20px 0;
}
.ul-imgtxt02 li .txt{
	overflow: hidden;
	padding-left: 18px;
}
.ul-imgtxt02 li .txt h3{
	margin-bottom: 20px;
	font-size: 24px;
	color: #000;
}
.ul-imgtxt02 li .txt h3 span{
	display: block;
	color: #ff8e00;
}
.ul-imgtxt02 li .txt p{
	font-size: 14px;
	color: #5b5b5b;
	line-height: 32px;
}
/*客户案例*/
.row-a5{
	overflow: hidden;
	padding: 50px 0;
	background-repeat: no-repeat;
	background-position: center center;
	-o-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
.m-tit01{
	text-align: center;
	color: #fff;
	margin-bottom: 35px;
}
.m-tit01 h3{
	font-size: 44px;
	font-weight: 400;
}
.m-tit01 span{
	display: block;
	font-size: 20px;
}
.m-imgtxt01{
	margin: 0 -10px;
}
.m-imgtxt01 .item{
	margin: 0 10px;
	padding: 10px 10px 0 10px;
	background-color: #fff;

}
.m-imgtxt01 .item .pic{
	overflow: hidden;
	position: relative;
	height: 0;
	padding-top: 68%;
}
.m-imgtxt01 .item .pic img{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
}
.m-imgtxt01 .item h3 a{
	display: block;
	text-align: center;
	height: 54px;
	line-height: 54px;
	font-size: 16px;
	font-weight: 400;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.m-imgtxt01 .item h3 a:hover{
	color: #0d62be;
}
.m-imgtxt01 .slick-arrow{
    position: absolute;
    top: 50%;
    margin-top: -27px;
    overflow: hidden;
    cursor: pointer;
    width: 40px;
    height: 40px;
    font-size: 0;
    line-height: 0;
    z-index: 9;
    background-repeat: no-repeat;
	-o-background-size: auto 40px;
	-ms-background-size: auto 40px;
	-moz-background-size: auto 40px;
	-webkit-background-size: auto 40px;
	background-size: auto 40px;
	background-color: transparent;
	background-position: center center;
    border: 0;
    outline: 0;
    padding: 0;
}
.m-imgtxt01 .slick-arrow:hover{
	-webkit-box-shadow: 0 0 4px #d83142;
	-moz-box-shadow: 0 0 4px #d83142;
	box-shadow: 0 0 4px #d83142;
}
.m-imgtxt01 .slick-prev{
	left: -4%;
	background-image: url(../images/icon4.png);
}
.m-imgtxt01 .slick-prev:hover{
	background-image: url(../images/icon4-hover.png);
}
.m-imgtxt01 .slick-next{
	right: -4%;
	background-image: url(../images/icon5.png);
}
.m-imgtxt01 .slick-next:hover{
	background-image: url(../images/icon5-hover.png);
}
/*******************************
	-------[=新闻]-------
********************************/
.row-a6{
	padding: 50px 0;
	overflow: hidden;
}
.row-a6 .col-l,
.row-a6 .col-r{
	width: 50%;
}
.m-box01{
	overflow: hidden;
	margin-right: 24px;
}
.ul-news01 li{
	overflow: hidden;
}
.ul-news01 li .btn{
	float: left;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	color: #fff;
	background-color: #0d62be;
	font-size: 24px;
	font-weight: 600;
	cursor: pointer;
	border-bottom: 1px solid #d2d2d2;

}
.ul-news01 li .btn span{
	display: block;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}
.ul-news01 li .btn .jian{
	display: none;
}
.ul-news01 li.on .btn .jia{
	display: none;
}
.ul-news01 li.on .btn .jian{
	display: block;
}
.ul-news01 li .txt{
	display: none;
	background-color: #f0f0f0;
	padding: 10px 10px 10px 55px;
	border-bottom: 1px solid #d2d2d2;
}
.ul-news01 li .txt p{
	color: #5b5b5b;
	line-height: 24px;
	font-size: 14px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.ul-news01 li .tit{
	overflow: hidden;
	height: 45px;
	line-height: 45px;
	padding: 0 10px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #d2d2d2;

}
.ul-news01 li .tit h3 a{
	display: block;
	color: #000;
	font-weight: 400;
	font-size: 14px;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.ul-news01 li .tit h3 a:hover{
	color: #0d62be;
}
.ul-news01 li .tit .time{
	display: block;
	float: right;
	font-size: 14px;
	color: #414141;
	margin-left: 10px;
}
/*******************************
	-------[=友情链接]-------
********************************/
.row-link{
	overflow: hidden;
	background-color: #0d62be;
	border-bottom: 1px solid #fff;
}

.m-link1{
	padding: 20px 0;
}
.m-link1 .item{
	overflow: hidden;
	color: #fff;
}
.m-link1 .item:first-child{
	margin-bottom: 40px;
}
.m-link1 .item span{
	float: left;
	font-size: 16px;
	margin-right: 18px;
	font-weight: 600;
}
.ul-link1{overflow: hidden;}
.ul-link1 li{
	float: left;
}
.ul-link1 li a{
	display: block;
	margin-right: 20px;
	font-size: 14px;
	color: #fff;
	height: 21px;
	line-height: 21px;
}
.ul-link1 li a:hover{
	text-decoration: underline;
}	
/*底部*/
.yunu-footer{
	overflow: hidden;
	background-color: #0d62be;
	padding: 20px 0;
}
.fd-logo{
	width: 17%;
	float: left;
	height: 128px;
	line-height: 128px;
}
.fd-logo img{
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}
.fd-txt{
	float: left;
}
.fd-nav{
	overflow: hidden;
}
.fd-nav li{
	float: left;
}
.fd-nav li a{
	position: relative;
	display: block;
	color: #fff;
	font-size: 14px;
	padding: 0 7px;
	height: 30px;
	line-height: 30px;
}
.fd-nav li:first-child a{
	padding-left: 0;
}
.fd-nav li a:hover{
	text-decoration: underline;
}
.fd-nav li a:after{
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -5px;
	right: 0;
	width: 1px;
	height: 11px;
	background-color: #fff;
}
.fd-nav li:last-child a:after{
	display: none;
}
.fd-txt .txt{
	font-size: 14px;
	color: #fff;
	line-height: 30px;
}
.fd-link{
	overflow: hidden;
}
.fd-link li{
	float: left;
}
.fd-link li a{
	display: block;
	margin-right: 20px;
	font-size: 14px;
	color: #fff;
	height: 30px;
	line-height: 30px;
}
.fd-link li a:hover{
	text-decoration: underline;
}
.fd-qr{
	float: right;
}
.fd-qr .pic{
	float: left;
	width: 137px;
	height: 137px;
}
.fd-qr .pic img{
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}
.fd-qr h3{
	overflow: hidden;
	padding-left: 14px;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	margin-top: 44px;
}
.fd-qr h3 span{
	display: block;
}
/*客服*/
.kf {
    width: 208px;
    position: fixed;
    /* right: 20px; */
    right: -208px;
    top: 200px;
    z-index: 9;
}
.kt-top {
    height: 40px;
    line-height: 40px;
    background: url("../images/kefu.png") 12px center no-repeat #0d62be;
	-o-background-size: auto 20px;
	-ms-background-size: auto 20px;
	-moz-background-size: auto 20px;
	-webkit-background-size: auto 20px;
	background-size: auto 20px;
    padding-left: 46px;
    font-size: 14px;
    color: #fff;
}
.kt-top span:hover{
      transform: rotate(90deg);
}
.kt-top span {
    width: 18px;
    height: 16px;
    float: right;
    position: relative;
    margin: 10px 10px 0px 0px;
    cursor: pointer;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}
.kt-top span b {
    width: 100%;
    height: 2px;
    background: #fff;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
}
.kt-top span b:first-child {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.kt-top span b:last-child {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}
.kf .con {
    overflow: hidden;
    background: #fff;
}
.kf .qq li {
    height: 36px;
    line-height: 36px;
    border-bottom: #f5f5f5 solid 1px;
    padding-left: 16px;
}
.kf .qq li a {
    height: 36px !important;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-decoration: initial;
    display: block;
}
.kf .qq li a img{
    padding-right: 6px;
}
.kf .con h5{
    height: 26px;
    line-height: 26px;
    margin-top: 12px;
    background: url('../images/lianxi.png') 16px center no-repeat;
    padding-left: 45px;
    color: #666;
    font-size: 14px;
}
.kf .contact {
    margin-top: 1px;
}
.kf .contact p{
    height: 26px;
    line-height: 26px;
    color: #666;
    font-size: 14px;
    padding-left: 22px;
}
.kf .contact p:nth-child(2n){
    padding-left: 32px;
}
.kf .con h5.qr-icon{
    background: url('../images/erweima.png') 16px center no-repeat;
}
.kf .con .qr{
    margin-top: 10px;
    padding-left: 40px;
}
.kf .con .qr img{
    width: 110px;
    height: 110px;
}
.kf .backTop{
    width: 100%;
    height: 40px;
    margin-top: 10px;
    background: url('../images/huidaodingbu.png') center center no-repeat #0d62be;
    background-size: 18px auto;
    cursor: pointer;
}
.kf-side{
    padding: 18px 10px 10px;
    background: #0d62be;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: -34px;
    cursor: pointer;
}
.kf-side b{
    display: block;
    color: #fff;
    line-height: 18px;
    font-size: 14px;
    font-weight: normal;
}
.kf-side span.arrow{
    width: 12px;
    height: 12px;
    background: url('../images/jt-1.png') no-repeat;
	-o-background-size: auto 12px;
	-ms-background-size: auto 12px;
	-moz-background-size: auto 12px;
	-webkit-background-size: auto 12px;
	background-size: auto 12px;
    display: block;
    margin-top: 10px;
}
.kf-side span.on{
    background: url('../images/jt-2.png') no-repeat;
    -o-background-size: auto 12px;
    -ms-background-size: auto 12px;
    -moz-background-size: auto 12px;
    -webkit-background-size: auto 12px;
    background-size: auto 12px;
}
/*手机底部菜单*/
.h50{
	display: none;
}
.yunu-link{
	display: none;
	overflow: hidden;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9;
	background-color: #fff;
	padding: 4px 0;
	box-shadow: 5px 0 10px rgba(0,0,0,.05);
}
.yunu-link li{
	float: left;
	width: 25%;
}
.yunu-link li a{
	display: block;
	text-align: center;
	font-size: 13px;
	color: #000;
}
.yunu-link li.on a,
.yunu-link li:hover a{
	color: #0d62be;
}
.yunu-link li a i{
	display: block;
	width: 25px;
	margin: 0 auto;
	height: 25px;
	background-repeat: no-repeat;
	background-position: center center;
	-o-background-size: auto 18px;
	-ms-background-size: auto 18px;
	-moz-background-size: auto 18px;
	-webkit-background-size: auto 18px;
	background-size: auto 18px;
}
.yunu-link li a .i1{
	background-image: url(../images/sj-nav1.png);
}
.yunu-link li.on .i1,
.yunu-link li:hover .i2{
	background-image: url(../images/sj-nav1-on.png);
}
.yunu-link li a .i2{
	background-image: url(../images/sj-nav2.png);
}
.yunu-link li.on .i2,
.yunu-link li:hover .i2{
	background-image: url(../images/sj-nav2-on.png);
}
.yunu-link li a .i3{
	background-image: url(../images/sj-nav3.png);
}
.yunu-link li.on .i3,
.yunu-link li:hover .i3{
	background-image: url(../images/sj-nav3-on.png);
}
.yunu-link li a .i4{
	background-image: url(../images/sj-nav4.png);
}
.yunu-link li.on .i4,
.yunu-link li:hover .i4{
	background-image: url(../images/sj-nav4-on.png);
}

/*******************************
	-------[=内页公用]-------
********************************/
.g-tit3{
	padding-bottom: 10px;
	font-size: 16px;
	color: #0d62be;
	border-bottom: 1px solid #e4e4e4;
}
.g-tit3 span{
	font-weight: 400;
	color: #999;
	text-transform: uppercase;
}
.g-pages{
	text-align: center;
	font-size: 0;
	margin: 20px 0;
}
.g-pages li{
	display: inline-block;
}
.g-pages li a{
	display: block;
	padding: 0 9px;
	height: 28px;
	line-height: 28px;
	margin: 0 2px;
	border: 1px solid #dbdbdb;
	font-size: 13px;

}
.g-pages li.on a,
.g-pages li a:hover{
	background-color: #0d62be;
	border: 1px solid #0d62be;
	color: #fff
}
/*内页左侧*/
.g-cur{
    height: 40px;
    line-height: 40px;
    background: #f3f3f3;
}
.g-cur .wp{
    background: url('../images/home.png') left center no-repeat;
    padding-left: 20px;
    box-sizing: border-box;
}
.g-cur .wp a{
   color: #2f2f2f; 
}
.g-cur .wp a:hover{
    color: #0d62be;
}
.row-b1{
    overflow: hidden;
    padding: 20px 0 56px;
}
.row-b1 .col-l{
    width: 260px;
}
.row-b1 .col-r{
	float: none;
	overflow: hidden;
    margin-left: 300px;
}
.g-titIns1{
    height: 44px;
    line-height: 44px;
    font-size: 20px;
    color: #545454;
    border-bottom: 1px solid #ebebeb;
    font-weight: normal;
    position: relative;
}
.g-titIns1::after{
    content: '';
    width: 80px;
    height: 1px;
    background: #0d62be;
    position: absolute;
    left: 0;
    bottom: -1px;
}
.snv{
   padding-top: 12px;
   margin-bottom: 30px;
}
.snv li{
    line-height: 44px;
    background: url('../images/jiantou-r.png') 6px 18px no-repeat;
    text-indent: 20px;
    -o-background-size: auto 10px;
    -ms-background-size: auto 10px;
    -moz-background-size: auto 10px;
    -webkit-background-size: auto 10px;
    background-size: auto 10px;
}
.snv li a{
    display: block;
    color: #000;
    font-size: 14px;
    border-bottom: 1px solid #f2f2f2;
}
.snv>li.on>a {
    color: #0d62be;
}
.snv-sub{
    padding-bottom: 10px;
    display: none;
}
.snv-sub dd{
    background: url('../images/jiantou-r.png') 12px 18px no-repeat;
    text-indent: 26px;
    -o-background-size: auto 10px;
    -ms-background-size: auto 10px;
    -moz-background-size: auto 10px;
    -webkit-background-size: auto 10px;
    background-size: auto 10px;
}
.snv-sub dd.on a{
   color: #0d62be; 
}
.m-info{
	padding: 15px 0;
}
.m-info p{
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    color: #2F2F22;
}
/*内页banner]*/
.ban{
    height: 359px;
    -webkit-background-size: cover;
    background-size: cover;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
}
/*******************************
	-------[=产品列表]-------
********************************/
.m-chanpin{
	margin-bottom: 30px;
}
.m-chanpin .desc{
	padding: 10px;
	margin-top: 20px;
	line-height: 26px;
	text-indent: 2em;
	font-size: 14px;
	border: 1px dotted #e5e5e5;
	color: #868686;
	background-color: #f5f5f5;
}
.ul-imgtxt-01 {
    margin: 0 -10px;
    *zoom:1;
}
.ul-imgtxt-01:after,.ul-imgtxt-01:before{display:block; content:"clear"; height:0; clear:both; overflow:hidden; visibility:hidden; }
.ul-imgtxt-01 li {
    width: 25%;
    float: left;
    margin-top: 5px;
}

.ul-imgtxt-01 li a {
    margin: 5px 10px;
    display: block;
    text-align: center;
}
.ul-imgtxt-01 li a .pic {
    padding-top: 77%;
    height: 0;
    position: relative;
    overflow: hidden;
}
.ul-imgtxt-01 li a .pic img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
}
.ul-imgtxt-01 li a:hover .pic img {
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
}
.ul-imgtxt-01 li a p {
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 15px;
    color: #666;
    background-color: #f5f5f5;
    font-weight: 400;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.ul-imgtxt-01 li a:hover {
    text-decoration: none;
}
.ul-imgtxt-01 li a:hover p {
	background-color: #0d62be;
    color: #fff;
}
.ul-imgtxt2{
	margin-top: 0;
}
.ul-imgtxt2 li .pic{
	padding: 4px;
}
.ul-imgtxt2 li a:hover{
	border: 0;
}
.m-list3{
	padding: 25px 0;
}
.ul-link2{
	overflow: hidden;
	margin-top: 20px;
}
.ul-link2 li{
	float: left;
	margin-bottom: 20px;
}
.ul-link2 li a{
	display: block;
	margin-right: 17px;
	font-size: 14px;
}
.ul-link2 li a:hover{
	color: #ea042b;
}
/*******************************
	-------[=产品详情]-------
********************************/
.m-list1{
	overflow: hidden;
	padding: 0 0 20px;
	border-bottom: 1px dotted #a9a9a9;
}
.m-pic1{
	float: left;
	width: 380px;
}
.m-txt1{
	overflow: hidden;
	padding-left: 38px;
}
.m-txt1 h3{
	font-size: 16px;
	padding-bottom: 9px;
	margin-bottom: 9px;
	border-bottom: 1px dotted #a9a9a9;
}
.m-txt1 .txt{
	margin-right: 100px;
}
.m-txt1 .txt p{
	line-height: 28px;
	margin-bottom: 10px;
	font-size: 14px;
	color: #2f2f2f;
}

.m-txt1 .btn{
	display: block;
	width: 98px;
	height: 32px;
	line-height: 32px;
	padding-left: 15px;
	background-color: #0d62be;
	color: #fff;
}
.m-txt1 .btn:hover{
	background-color: #444;
}
.m-txt1 .btn span{
	display: block;
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/btn-r.png);
}

.m-txt2{
	margin-top: 12px;
}
.m-txt2 p{
	font-size: 14px;
	line-height: 26px;
	margin-bottom: 10px;
}

.ul-pages1{
	overflow: hidden;
	margin: 15px 0;
}
.ul-pages1 li{
	float: left;
	
	font-size: 14px;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.ul-pages1 li:last-child{
	float: right;
}

.ul-pages1 li a{
	color: #0d62be;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}
.ul-pages1 li a:hover{
	color: #ff8e00;
}
.m-list3{
	padding: 25px 0 0;
}
.ul-link2{
	overflow: hidden;
	margin-top: 20px;
}
.ul-link2 li{
	float: left;
	margin-bottom: 20px;
}
.ul-link2 li a{
	display: block;
	margin-right: 17px;
	font-size: 14px;
}
.ul-link2 li a:hover{
	color: #0d62be;
}
/* 放大镜 */


div.zoomDiv{z-index:999;position:absolute;top:0;left:0;background:#ffffff;border:1px solid #ddd;display:none;text-align:center;overflow:hidden;font-size: 0;}
div.zoomMask{position:absolute;background:url(../images/mask.png) repeat scroll 0 0 transparent;cursor:move;z-index:1;}


.yunu-showcase {margin-bottom: 30px;}
.yunu-showcase-pic {position: relative;width: 100%;overflow: hidden;float: left;}
.yunu-showcase-pic .bd {font-size: 0;margin-top: 13px;overflow: hidden;}
.yunu-showcase-pic .bd li {height: 75px;line-height: 75px;cursor: pointer;display: inline-block;width: 99px;border: 1px solid #ddd;padding: 1px;margin: 0 5px;}
.yunu-showcase-pic .bd li.active {border-color: #c80003;}
.yunu-showcase-pic .prev,.yunu-showcase-pic .next {position: absolute;background: no-repeat 0 0;width: 14px;height: 27px;bottom: 26px;z-index: 2;}
.yunu-showcase-pic .prev {background-image: url(../images/zlztDetailsCon1Btn01.png);left: 0;}
.yunu-showcase-pic .next {background-image: url(../images/zlztDetailsCon1Btn02.png);right: 0;}
.yunu-showcase-pic .prev:hover,.yunu-showcase-pic .next:hover {background-position: 0 bottom;}
.yunu-showcase-pic .cover {height: 300px;line-height: 300px;border: 1px solid #ddd;padding: 1px;}
.yunu-showcase-pic .cover a{
	display: block;
	width: 100%;
	height: 100%;
}
.yunu-showcase-info {float: right;width: 500px;}
.yunu-showcase-info h1 {margin: 0 0 15px;font-size: 20px;overflow: hidden;font-weight: normal;border-bottom: 1px solid #ddd;padding-bottom: 15px;}
.yunu-showcase-info p {margin: 0;color: #666;line-height: 2;}
.yunu-showcase-info .tel {border-top: 2px solid #e6e6e6;margin-top: 15px;padding-top: 15px;background: url(../images/VISkins-p1.png) no-repeat 0 15px;height: 42px;padding-left: 50px;line-height: 21px;}
.yunu-showcase-info .tel a {float: right;line-height: 42px;padding: 0 15px;background-color: #c80003;color: #fff;}
.yunu-showcase-info .tel span {display: block;color: #c80003;font-size: 18px;}
div.zoomDiv{z-index:999;position:absolute;top:0;left:0;background:#ffffff;border:1px solid #ddd;display:none;text-align:center;overflow:hidden;font-size: 0;}
div.zoomDiv img{
	max-width: none;
}
div.zoomMask{position:absolute;background:url(../images/mask.png) repeat scroll 0 0 transparent;cursor:move;z-index:1;}

.img-center {text-align: center;font-size: 0;}
.img-center img {display: inline-block;width: auto;height: auto;max-width: 100%;max-height: 100%;vertical-align: middle;}


.m_pic_showpic {
    display: none;
}
.m_showpic img {
    display: block;
    max-width: 100%;
}
/*产品详情图片*/
.pc-slide {
    width: 100%;
    margin: 0 auto;
}
.m-pic1 .view .swiper-slide{
    padding: 0 2px;
}
.view .swiper-slide .imgauto {
    width: 100%;
    height: 300px;
    line-height: 300px;
}
.view .swiper-container {
    width: 100%;
}

.preview {
    width: 100%;
    margin-top: 10px;
    position: relative;
}

.preview .swiper-container {
    height: 90px;
    margin: 0 10%;
}

.preview .swiper-slide {
    /*width: 33.33%;*/
    width: 101px;
    padding: 5px;
}
.preview .swiper-slide .imgauto {
	width: 100%;
	line-height: 80px;
	border: 1px solid #ddd;
	text-align: center;
	font-size: 0;
}
.preview .swiper-slide .imgauto img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	padding: 5px;
}

.preview .slide6 {
    width: 82px;
}

.preview .arrow-left {
    background: url(../images/feel3.png) no-repeat left top;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -9px;
    width: 9px;
    height: 18px;
    z-index: 10;
}

.preview .arrow-right {
    background: url(../images/feel4.png) no-repeat left bottom;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -9px;
    width: 9px;
    height: 18px;
    z-index: 10;
}

.preview img {
    padding: 1px;
}

.preview .active-nav .imgauto {
    border: 1px solid #0d62be;
}

.clearfix {
    *zoom: 1;
}

.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.work_list {
	width: 100%;
	padding-top: 12px;
	margin-bottom: 20px;
}
.work_list h3 {
	line-height: 44px;
    background: url('../images/jiantou-r.png') 6px 18px no-repeat;
    text-indent: 20px;
    background-size: auto 10px;
    border-bottom: 1px solid #f2f2f2;
    width: 100%;
    float: left;
}
.work_list h3 a {
	float: left;
	line-height: 44px;
    color: #666;
    font-size: 14px;
    text-indent: 0;
    padding-left: 25px;
    font-weight: normal
}
.work_list h3.on a {
color: #0d62be;
}
.work_list h3 span {}

.work_list ul {
	display: none;
	float: left;
	width: 100%;
}
.work_list li {
	 background: url('../images/jiantou-r.png') 16px 15px no-repeat;
    text-indent: 26px;
    display: block;
    border-bottom: 1px solid #f2f2f2;
    width: 100%;
    line-height: 42px;
    background-size: 5px;
}
.work_list li a {
    display: block;
    color: #666;
    font-size: 14px;
    text-indent: 0;
    padding-left: 30px;
}

.work_list li.on a {color: #0d62be;}
/*******************************
	-------[=关于我们]-------
********************************/
.m-content .txt{
	padding: 15px 0;
	line-height: 28px;
    color: #2F2F2F;
    font-size: 14px;
}
/*******************************
	-------[=新闻列表]-------
********************************/

.ul-newslist{
	overflow: hidden;
    margin-bottom: 30px;
}
.ul-newslist li{
    font-size: 14px;
    padding: 20px 0;
    border-bottom: #dddddd 1px dotted;

}
.ul-newslist li a{
	display: block;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.ul-newslist li .tit{
    overflow: hidden;
    height: 22px;
    line-height: 22px;
    margin-bottom: 20px;
}
.ul-newslist li .tit .time{
    float: right;
    margin-left: 10px;
    font-size: 14px;
}
.ul-news1 li .tit .time {
    font-size: 12px;
}
.ul-newslist li .tit a{
    display: block;
    font-size: 16px;
    background: url('../images/news-r.png') left center no-repeat;
    padding-left: 14px;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.ul-newslist li a:hover{
     color: #0d62be;
}
.ul-newslist li .txt p{
    font-size: 14px;
    line-height: 24px;
    display: -webkit-box;
       -webkit-box-orient: vertical;
       -webkit-line-clamp: 2;
       overflow: hidden;
}
/*******************************
	-------[=新闻详情]-------
********************************/
.m-news1{
	padding-top: 20px;
}
.m-news1 h1{
    height: 34px;
    line-height: 34px;
    color: #434343;
    margin-bottom: 15px;
    text-align: center;
    font-size: 24px;
}
.m-news1 .desc{
	text-align: center;
}
.m-news1 .desc span{
	display: inline-block;
	font-size: 14px;
	margin: 0 10px;
}
.m-news1 .txt{
	padding: 15px 0;
	line-height: 28px;
    color: #2F2F2F;
    font-size: 14px;
}
.m-txt3{
    margin-top: 10px;
}
.m-txt3 .link{
    padding-left: 20px;
    margin-bottom: 15px;
    height: 36px;
    line-height: 36px;
    color: #868686;
    font-size: 14px;
    background-color: #f5f5f5;
    border: 1px dotted #e5e5e5;
}
.m-txt3 .link a{
    color: #868686;
}
.m-txt3 .link a:hover{
    color: #0d62be;
}
.m-txt3 .tabel{
    overflow: hidden;
    color: #5a5a5a;
    border-top: 1px dashed #999;
    border-bottom: 1px dashed #999;
    font-size: 14px;
    
}
.m-txt3 .tabel span{
    float: left;
    height: 42px;
    line-height: 42px;
    margin-right: 10px;
}
.m-txt3 .tabel ul{
    overflow: hidden;
}
.m-txt3 .tabel li{
    float: left;
}
.m-txt3 .tabel li a{
    display: block;
    margin-right: 10px;
    height: 42px;
    line-height: 42px;
}
.m-txt3 .tabel li a:hover{
    color: #0d62be;
}
.ul-news1 li{
	float: left;
	width: 50%;
}
.ul-news1 li a{
	font-weight: 400;
}
.ul-news1 li .tit{
	margin: 0 10px;
}
/*******************************
	-------[=留言反馈]-------
********************************/
#message .m-content .m-message{width:90%;padding:20px;}
#message .m-content{margin-top:1rem;}
.m-message label.code span{float:left;}
.m-message label.code input{float:left;}
.m-message label.code img{float:left;}
#message{position: fixed;width: 100%;height: 100%;left: 0;top: 0;z-index: 20000;transform: scale(0);transition: .3s;}
.messagebg{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,.6);z-index: 10000;}
#message .m-content{margin-top: 10%;}
#message .m-content .m-message{background: #fff;width: 580px;background: #fff;padding: 50px;margin: 0 auto;position: relative;z-index: 20000;box-shadow: 1px 1px 50px rgba(0,0,0,.3);}
.m-message{max-width: 580px;width: 480px;margin: 48px auto 0;}
.m-message label{margin-bottom: 15px;display: block;font-size: 14px;}
.m-message label em{display: block;float: right;color: red;height: 32px;line-height: 32px;}
.m-message label span{width: 70px;height: 34px;line-height: 34px;color: #2F2F2F;float: left;font-weight: bold;text-align: right;margin-right: 30px;display: inline-block;}
.m-message label input.inp,.m-message label textarea,.m-message label.code input{width: 77%;overflow: hidden;height: 32px;line-height: 32px;border: #cccccc 1px solid;border-radius: 3px;padding:0 14px;box-sizing: border-box;color: #555;-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;}
.m-message label input:focus,.m-message label textarea:focus{border-color: #66afe9;outline: 0;-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(247, 150, 0, .6);box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(247, 150, 0, .6);}
.m-message label textarea{height: 72px;line-height: 24px;padding:10px 14px;}
.m-message label.code{line-height: 34px;}
.m-message label.code input{width: 30%;float: left;margin-right: 30px;}
.m-message label.code .pic{display: inline-block;vertical-align: top;width: 80px;height: 32px;}
.m-message label.code img{display: block;width: 100%;height: 100%;}
.btn-1 input{width: 52px;height: 32px;line-height: 32px;background: #e8e8e8;border: none;color: #333;margin-right: 22px;cursor: pointer;transition: 0.3s;}
.btn-1{padding-left: 100px;}
.btn-1 input.focus{background: #0d62be;color: #fff;}
.btn-1 input.focus:hover{background: #444;}
.btn-1 input:hover{background: #ccc;}
/*******************************
	-------[=案例详情]-------
********************************/
.m-list2{
	margin-top: 30px;
	padding:26px 10px 10px;
	border: 1px solid #ddd;
	background-color: #f0f0f0;
}
.m-list2 .con{
	margin-bottom: 10px;
	padding: 15px;
	background-color: #fff;
	border: 1px solid #ddd;
}
.m-list2 .box{
	padding: 26px 20px;
	background-color: #fff;
	border: 1px solid #ddd;
}
.m-list2 .con .pic{
	height: 450px;
	line-height: 450px;
	overflow: hidden;
	text-align: center;
}
.m-list2 .con .pic img{
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}
.m-list2 .box .txt{

}
.m-list2 .box .txt h3{
	margin-bottom: 30px;
	font-size: 22px;
	color: #0d62be;
}
.ul-txt-01{
	overflow: hidden;
	padding-left: 23px;
	background: url(../images/source.gif) left center no-repeat;
}
.ul-txt-01 li{
	float: left;
	margin-right: 4px;
	font-size: 14px;
	color: #505050;
	font-family: 'microsoft yahei',Verdana, Arial;
}
.ul-txt-01 li a{
	font-size: 12px;
}
.ul-txt-01 li a:hover{
	color: #0d62be;
}
